Bitmap for WPF
OpenSharedResource1<T>(IntPtr) メソッド

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX.Direct3D11 名前空間 > Device1 クラス > OpenSharedResource1 メソッド : OpenSharedResource1<T>(IntPtr) メソッド
Gives a device access to a shared resource that is referenced by name and that was created on a different device. You must have previously created the resource as shared and specified that it uses NT handles (that is, you set the ResourceMiscFlags.SharedNthandleflag).
シンタックス
'宣言
 
Public Overloads Function OpenSharedResource1(Of T As ComObject)( _
   ByVal resourceHandle As System.IntPtr _
) As T
public T OpenSharedResource1<T>( 
   System.IntPtr resourceHandle
)
where T: ComObject

パラメータ

resourceHandle

型パラメータ

T
参照

Device1 クラス
Device1 メンバ
オーバーロード一覧